atsc_desc_service_location

@struct atsc_desc_service_location @ingroup descriptors @brief Describes the elementary streams inside a PAT table for ATSC

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param elementary pointer to struct atsc_desc_service_location_elementary @param pcr_pid PCR pid @param number_elements number elements

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

elementary
atsc_desc_service_location_elementary* elementary;
Undocumented in source.
length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
number_elements
ubyte number_elements;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta